Kinetis SDK Demo Applications User Guide  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
flash_demo.c File Reference
#include "flash_demo.h"
#include "fsl_debug_uart.h"
#include "fsl_uart_driver.h"
#include "SSD_FTFx.h"
#include <string.h>
#include <stdio.h>

Functions

int main (void)
 
void ErrorTrap (UINT32 ret)
 
void callback (void)
 

Variables

UINT8 DataArray [PGM_SIZE_BYTE]
 
UINT8 buffer [BUFFER_SIZE_BYTE]
 
UINT32 gCallBackCnt
 
pFLASHCOMMANDSEQUENCE g_FlashLaunchCommand
 
UINT16 __ram_func [LAUNCH_CMD_SIZE/2]
 
UINT16 __ram_for_callback [CALLBACK_SIZE/2]
 
FLASH_SSD_CONFIG flashSSDConfig
 

Function Documentation

void callback ( void  )
void ErrorTrap ( UINT32  ret)
int main ( void  )

Variable Documentation

UINT16 __ram_for_callback[CALLBACK_SIZE/2]
UINT16 __ram_func[LAUNCH_CMD_SIZE/2]
UINT8 buffer[BUFFER_SIZE_BYTE]
UINT8 DataArray[PGM_SIZE_BYTE]
FLASH_SSD_CONFIG flashSSDConfig
pFLASHCOMMANDSEQUENCE g_FlashLaunchCommand
UINT32 gCallBackCnt